home *** CD-ROM | disk | FTP | other *** search
- # PRIMENET LOGIN.CMD FOR TRUMPET WINSOCK
-
- # login.cmd 8/3/95
-
- # Modified by chk,daveg, and cj.
-
-
- DISPLAY \n
-
- DISPLAY \n
-
- DISPLAY *****************************************************************\n
-
- DISPLAY Your modem is now dialing Primenet...\n
-
- DISPLAY \n
-
- DISPLAY Remember to read your Primenet User's Manual located in the\n
-
- DISPLAY Primenet Folder!\n
-
- DISPLAY \n
-
- DISPLAY If you receive a busy signal Winsock Dialer will redial the phone \n
-
- DISPLAY every 40 seconds until a connection is made or until you press\n
-
- DISPLAY the Escape key (Esc).\n
-
- DISPLAY *****************************************************************\n
-
- DISPLAY \n
-
-
- # generic modem
-
- #OUTPUT AT&F&C1&D2&K3&R0S10=60\13
-
- # usr sportster/courier
-
- #OUTPUT AT&F&H1&R2&B1S10=60\13
-
- # supra modem
-
- #OUTPUT AT&F1\13
-
- # boca modem
-
- #OUTPUT AT&F&C1&D2\\Q3&R0S10=60\13
-
-
- OUTPUT ATZ\13
-
- sleep 2
-
-
- repeat
-
- display \n
-
- display \n
-
- OUTPUT ATDT" *PUT PHONE NUMBER HERE* "\13
-
- display Please Wait...\n
-
- until [input 40 CONNECT]
-
-
- SLEEP 3
-
-
- INPUT 30 login:
-
-
- repeat
-
-
- # ** PLEASE DO NOT TAKE OUT THE "P" FROM THE BEGINNING OF YOUR USER NAME.
-
- # ** IT IS PLACED THERE ON PURPOSE TO INITIATE A PPP CONNECTION.
-
-
-
- OUTPUT Ploginname\13
-
- INPUT 30 Password:
-
- PASSWORD Enter Your Primenet Password:
-
- OUTPUT \p\13
-
-
- until [INPUT 10 PPP]
-
-
-
- INPUT 30 from (
-
- INPUT 30 ) to
-
- ADDRESS 30
-
-
-
- DISPLAY \n
-
- DISPLAY \n
-
- DISPLAY Your IP address for this session is \i.\n
-
-
- DISPLAY \n
-
- DISPLAY \n
-
- DISPLAY \n
-
- DISPLAY ********************************************************************\n
-
- DISPLAY
-
- DISPLAY " Welcome to..."\n
-
- DISPLAY \n
-
- DISPLAY " P R I M E N E T"\n
-
- DISPLAY \n
-
- DISPLAY You may now MINIMIZE Trumpet Winsock and run your PPP applications. \n
-
- DISPLAY \n
-
- DISPLAY Be sure to read the Primenet User's Manual in the Primenet folder\n
-
- DISPLAY before calling Primenet Technical Support!\n
-
- DISPLAY \n
-
- DISPLAY If you have any problems please call 602-395-1010 or 800-4 NET FUN\n
-
- DISPLAY ********************************************************************\n
-
- DISPLAY \n
-
- DISPLAY \n
-
- DISPLAY \n
-
-
- ONLINE
-
-